home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Vat system standard 1.7 / _SETUP.1 / bcbsmp35.bpl / 0 / RCDATA / TANGLEEDITORDLG / TANGLEEDITORDLG.txt
Text File  |  1998-02-09  |  2KB  |  87 lines

  1. object AngleEditorDlg: TAngleEditorDlg
  2.   Left = 373
  3.   Top = 210
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pie Angles Editor'
  7.   ClientHeight = 138
  8.   ClientWidth = 185
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object EAngleLabel: TLabel
  17.     Left = 12
  18.     Top = 54
  19.     Width = 157
  20.     Height = 13
  21.     AutoSize = False
  22.     Caption = 'EndAngle = 0'
  23.   end
  24.   object SAngleLabel: TLabel
  25.     Left = 12
  26.     Top = 6
  27.     Width = 157
  28.     Height = 13
  29.     AutoSize = False
  30.     Caption = 'StartAngle = 0'
  31.   end
  32.   object OKButton: TButton
  33.     Left = 7
  34.     Top = 104
  35.     Width = 77
  36.     Height = 27
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 99
  44.     Top = 104
  45.     Width = 77
  46.     Height = 27
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.     OnClick = CancelClick
  51.   end
  52.   object STrackBar: TTrackBar
  53.     Left = 5
  54.     Top = 24
  55.     Width = 176
  56.     Height = 25
  57.     Max = 360
  58.     Orientation = trHorizontal
  59.     PageSize = 10
  60.     Frequency = 1
  61.     Position = 0
  62.     SelEnd = 0
  63.     SelStart = 0
  64.     TabOrder = 2
  65.     TickMarks = tmBoth
  66.     TickStyle = tsNone
  67.     OnChange = STrackBarChange
  68.   end
  69.   object ETrackBar: TTrackBar
  70.     Left = 5
  71.     Top = 69
  72.     Width = 176
  73.     Height = 25
  74.     Max = 360
  75.     Orientation = trHorizontal
  76.     PageSize = 10
  77.     Frequency = 1
  78.     Position = 0
  79.     SelEnd = 0
  80.     SelStart = 0
  81.     TabOrder = 3
  82.     TickMarks = tmBoth
  83.     TickStyle = tsNone
  84.     OnChange = ETrackBarChange
  85.   end
  86. end
  87.